home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Gamer (Italian) 30
/
PC Gamer IT CD 30 1-2.iso
/
MOTS
/
GAMEDATA
/
RESOURCE
/
JKMRES.GOO
/
cog_item_keygreen.cog
< prev
next >
Wrap
Text File
|
1998-02-25
|
544b
|
39 lines
# Jedi Knight Cog Script
#
# ITEM_KEYGREEN.COG
#
# INVENTORY script - Green Key
# Bin 51
#
# [YB]
#
# (C) 1997 LucasArts Entertainment Co. All Rights Reserved
symbols
sound keysound=BactaUse01.WAV
thing player
message activated
end
# ========================================================================================
code
activated:
player = GetSourceRef();
//Print("This is a Green Key...");
jkPrintUNIString(player, 266);
PlaySoundLocal(keysound, 1.0, 0.0, 0 );
Return;
end